projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf0d132
)
Add protos for gs_get_cachetype.
author
robertl
<robertl>
Fri, 17 Jun 2005 14:09:13 +0000
(14:09 +0000)
committer
robertl
<robertl>
Fri, 17 Jun 2005 14:09:13 +0000
(14:09 +0000)
defs.h
patch
|
blob
|
history
maggeo.c
patch
|
blob
|
history
diff --git
a/defs.h
b/defs.h
index 4ac800dcbc1f5bef3dac16dc45454982cbfebc85..ef0e338f178f67dc9db11ca4f6f3af69cd80cc6f 100644
(file)
--- a/
defs.h
+++ b/
defs.h
@@
-538,6
+538,7
@@
signed int get_tz_offset(void);
time_t current_time(void);
signed int month_lookup(const char *m);
const char *get_cache_icon(const waypoint *waypointp);
+const char *gs_get_cachetype(geocache_type t);
char * xml_entitize(const char * str);
char * html_entitize(const char * str);
char * strip_html(const utf_string*);
diff --git
a/maggeo.c
b/maggeo.c
index 5545f74625ac5aaddaefbfeaef53493799b90e78..94cddd34ff496e55802498687865a60ff78e4c99 100644
(file)
--- a/
maggeo.c
+++ b/
maggeo.c
@@
-130,7
+130,7
@@
maggeo_waypt_pr(const waypoint *waypointp)
int lon_deg, lat_deg;
char *shortname;
char *cname = NULL;
- char *ctype = NULL;
+ c
onst c
har *ctype = NULL;
char *placer = NULL;
char *lfounddate = NULL;
char *placeddate = NULL;